The Timeline inspector represents the properties of layers and images over time. Choose Window > Timelines to open the Timeline inspector. See also About timelines.
Right-click (Windows) or Control-click (Macintosh) the Timeline inspector to open a context menu that includes all of the relevant commands.
Playback head Shows which frame of the timeline is currently displayed on the page.
Timeline pop-up menu Specifies which of the document's timelines are displayed in the Timeline inspector.
Animation channels Display bars for animating layers and images.
Animation bars Show the duration of each object. A single row can include multiple bars representing different objects. Different bars cannot control the same object in the same frame.
Keyframes Are frames in a bar where you have specified properties (such as position) for the object. Dreamweaver calculates intermediate values for frames in between keyframes. Small circles mark keyframes.
Behavior channel Is the channel for behaviors that should be executed at a particular frame in the timeline.
Frame numbers Indicate the number of frames each bar occupies. The number between the Back and Play buttons is that of the current frame. You control the duration of animation by setting the total number of frames and the number of frames per second (fps). The default setting of 15 frames per second is a good average rate to use for most browsers running on common Windows and Macintosh systems. Faster rates may not improve performance. Browsers always play every frame of the animation, even if they cannot attain the specified frame rate on the user's system.
Listed below are the playback options for viewing the animation.
Rewind Moves the playback head to the first frame in the timeline.
Back Moves the playback head one frame to the left. Click Back and hold down the mouse button to play the timeline backward.
Play Moves the playback head one frame to the right. Click Play and hold down the mouse button to play the timeline continuously.
Autoplay Makes a timeline begin playing automatically when the current page loads in a browser. Autoplay attaches a behavior to the page's BODY
tag that executes the Play Timeline action when the page loads.
Loop Makes the current timeline loop indefinitely while the page is open in a browser. Loop inserts the Go to Timeline Frame behavior in the Behavior channel after the last frame of the animation. Double-click the marker in this frame to edit the parameters for this behavior and change the number of loops.